home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re CW9 ODFDraw built with RTTI < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  950 b   |  [TEXT/ttxt]

  1. Subject:     Re: CW9 ODFDraw built with RTTI & Native Exceptions
  2. Sent:        6/2/96 11:02 PM
  3. Received:    6/3/96 7:58 AM
  4. From:        Jim Lloyd, jim@melongem.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. At 4:43 PM 6/1/96, Bill Hembree wrote:
  9. >  Incidentaly, when we rebuilt ODFDraw with these options changed, the file
  10. >ended up at 885,268 with our little bit of code added.  This is admittely a
  11. >large hit in size, but we did not optimize for anything and will probably,
  12. >at least for testing, continue to use the native versions.  Does anyone
  13. >here know why the native versions of RTTI & Exceptions cost so much in code
  14. >size?
  15.  
  16. The zero runtime overhead implementation of native exception handling
  17. achieves zero time overhead at the cost of increased code. We saw an
  18. increase in code size of about 10-12% when building with native exceptions.
  19.  
  20. Jim Lloyd
  21.  
  22.